// RV
// herve.nicol@infini.fr
// This is a modified Neo World



Durn="2.3"


CamX="0"
CamY="0"
CamZ="20"

// Move in the stars!
CmLX="sin(t)"
CmLY="cos(t)"
CmLZ="0"

// Makes the stars turn around
CUpX="sin(3*t/5)"
CUpY="cos(3*t/7)"
CUpZ="0"

C0="clip( 1.8 * ( 1 - dt ) + .1 )"

R="C0"
G="C0"
B="C0"



BckR=".1"
BckG=".1"
BckB=".1"

LWdt="1.3 + 6 * BASS"

widt=250
heig=250




D0="seed( s )"
D1="st + rnd( 10 )"
D2="seed( s * trnc( d1 ) )"
D3="trnc( rnd( 50 ) - 25 )"
D4="trnc( rnd( 50 ) - 25 )"


X="d4"
Y="d3"
Z="170 * (wrap(d1) + dt -.3 )"


Scal="1000"

ScSz=1

Pers="250"


Vers=40